.header-box {
  padding-bottom: 80px !important;
}
.container-sm {
  width: 100% !important;
  padding: 0;
}
.bigBox {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}
.bigBox .container {
  width: 1200px !important;
}
.bigBox .bigBox-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.bigBox .bigBox-content .bigBox-content-header {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bigBox .bigBox-content .bigBox-content-header .header-img {
  cursor: pointer;
  width: auto;
  height: 38px;
}
.bigBox .bigBox-content .bigBox-content-header .header-hover-img {
  cursor: pointer;
  width: auto;
  height: 38px;
  display: none;
}
.header-menu {
  display: flex;
  width: 700px;
  height: 40px;
}
.header-menu .search-box {
  width: 20px;
  position: absolute;
}
.header-menu .search-box .black-search {
  display: none;
}
.header-menu .search-box img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header-menu .search-div {
  width: 650px;
  position: absolute;
}
.header-menu .search-div .search-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -40px;
  width: 20px;
  height: 20px;
}
.header-menu .active a {
  color: black;
}
.header-menu .active .black-search {
  display: block;
}
.header-menu .active .search-on {
  display: none;
}
.header-menu ul {
  display: flex;
  flex-direction: row;
}
.header-menu ul:hover li .black-search {
  display: block;
}
.header-menu ul:hover li .search-on {
  display: none !important;
}
.header-menu ul:hover li a {
  color: black;
}
.header-menu ul li {
  width: 130px;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  /*position: relative;*/
}
.header-menu ul li a {
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 900;
}
.header-menu ul .active a {
  font-size: 16px;
  font-weight: 900;
  color: #1339a9;
}
.header-menu ul li:hover a {
  font-size: 16px;
  font-weight: 900;
  border-bottom: 2px solid #1339a9;
  color: #1339a9;
}
.header-menu ul li:hover .sub-menu-item {
  height: 450px;
}
.sub-menu-item {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 68px;
  height: 0;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 100;

}
.sub-menu-item .main {
  background: url(../../image/sub-bk.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding-top: 3%;
  padding-bottom: 5%;
}
.sub-menu-item .left {
  width: 33%;
  background-color: #f2f2f2;
  text-align: right;
  float: left;
  position: relative;
  z-index: 1;
  padding-right: 35px;
}
.sub-menu-item .left .title {
  float: right;
}
.sub-menu-item .left .title h1 {
  font-size: 24px;
  color: #000;
}
.sub-menu-item .left .title h2 {
  font-size: 44px;
  color: rgba(51, 51, 51, 0.19);
  font-family: "PingFang SC Light";
}
.sub-menu-item .right {
  width: 60%;
  padding-left: 4%;
  float: right;
  position: relative;
  z-index: 1;
}
.sub-menu-item .right .snav {
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 8%;
  width: 135px;
  text-align: left;
  min-height: 10px;
}
.sub-menu-item .right .snav .item {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  display: block;
  cursor: pointer;
  text-decoration: none;
  border-bottom: none;
  font-weight: normal;
}
.sub-menu-item .right .snav .item:hover {
  color: #1339a9;
}
.sub-menu-item .right .img {
  width: 70%;
  max-width: 480px;
  float: left;
}
.module-title {
  text-align: center;
  font-weight: 900;
  color: black;
  position: relative;
  margin-bottom: 30px;
}
.module-title::after {
  content: "";
  display: block;
  background-color: #e83217;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 48%;
  bottom: -10px;
}
.module-title1::after {
  left: 45% !important;
}

.dynamic .dynamic-left img {
  width: 100%;
  height: 100%;
}
.dynamic .dynamic-left .swiper1 .dynamic-pagin {
  bottom: 99px !important;
  left: 230px !important;
}
.dynamic .dynamic-left .swiper1 .dynamic-pagin .swiper-pagination-bullet-active {
  background: white !important;
}
.dynamic .dynamic-left .dynamic-left-bottom {
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-family: '微软雅黑';
  background: url(../../../assets/image/dongtai/dt-bottom.png) no-repeat 100% 100%;
}
.dynamic .dynamic-left .dynamic-left-bottom span {
  display: block;
  padding: 10px 20px;
  margin-left: 20px;
  background-color: #2c486b;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
}
.dynamic .dynamic-left .dynamic-left-bottom p {
  color: white;
  font-size: 18px;
  font-weight: 900;
  margin-right: 40px;
  width: 350px;
}
.dynamic .dynamic-right {
  background-color: #f6f7fc;
}
.dynamic .dynamic-right .dynamic-right-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 9px;
}
.dynamic .dynamic-right .dynamic-right-type .active {
  border-bottom: 1px solid #1339a9;
  color: #1339a9;
}
.dynamic .dynamic-right .dynamic-right-type p {
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  color: black;
  padding: 5px;
  border-bottom: 1px solid transparent;
}
.dynamic .dynamic-right .dynamic-right-type p:hover {
  border-bottom: 1px solid #1339a9;
  color: #1339a9;
}
.dynamic .dynamic-right .dynamic-right-type .right_last {
  margin-left: 50px;
}
.dynamic .dynamic-right .jt-dynamic {
  margin-left: 10px;
}
.dynamic .dynamic-right .jt-dynamic .row {
  cursor: pointer;
  align-items: center;
  padding: 22px 0px;
  border-bottom: 1px dashed #dedede;
  position: relative;
}
.dynamic .dynamic-right .jt-dynamic .col-2,
.dynamic .dynamic-right .jt-dynamic .col-3{
  display: flex;
  align-items: center;
}
.dynamic .dynamic-right .jt-dynamic .col-2 .jt-month,
.dynamic .dynamic-right .jt-dynamic .col-3 .jt-month{
  font-size: 36px;
  margin-right: 4px;
}
.dynamic .dynamic-right .jt-dynamic .col-2 span,
.dynamic .dynamic-right .jt-dynamic .col-3 span{
  color: #666666;
  font-size: 14px;
}
.dynamic .dynamic-right .jt-dynamic .col-2::after,
.dynamic .dynamic-right .jt-dynamic .col-3::after{
  display: block;
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  background-color: #dedede;
  left: 110px;
}
.dynamic .dynamic-right .jt-dynamic .col-9,
.dynamic .dynamic-right .jt-dynamic .col-8{
  margin-left: 10px;
}
.dynamic .dynamic-right .jt-dynamic .col-9 p,
.dynamic .dynamic-right .jt-dynamic .col-8 p {
  font-size: 18px;
  color: #333;
  font-weight: 900;
}
.dynamic .dynamic-right .jt-dynamic .col-9 p a,
.dynamic .dynamic-right .jt-dynamic .col-8 p a{
  text-decoration: none;
  color: #333;
}
.dynamic .dynamic-right .jt-dynamic li:hover .col-9  p,
.dynamic .dynamic-right .jt-dynamic li:hover .col-8  p{
  color: #139 !important;
}
.dynamic .dynamic-right .hy-dynamic {
  display: none;
  margin-left: 10px;
}
.dynamic .dynamic-right .hy-dynamic .row {
  cursor: pointer;
  align-items: center;
  padding: 22px 0px;
  border-bottom: 1px dashed #dedede;
  position: relative;
}
.dynamic .dynamic-right .hy-dynamic .col-2,
.dynamic .dynamic-right .hy-dynamic .col-3 {
  display: flex;
  align-items: center;
}
.dynamic .dynamic-right .hy-dynamic .col-2 .jt-month,
.dynamic .dynamic-right .hy-dynamic .col-3 .jt-month {
  margin-right: 4px;
  font-size: 36px;
}
.dynamic .dynamic-right .hy-dynamic .col-2 span,
.dynamic .dynamic-right .hy-dynamic .col-3 span {
  color: #666666;
  font-size: 14px;
}
.dynamic .dynamic-right .hy-dynamic .col-2::after,
.dynamic .dynamic-right .hy-dynamic .col-3::after {
  display: block;
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  background-color: #dedede;
  left: 110px;
}
.dynamic .dynamic-right .hy-dynamic .col-9,
.dynamic .dynamic-right .hy-dynamic .col-8 {
  margin-left: 10px;
}
.dynamic .dynamic-right .hy-dynamic .col-9 p,
.dynamic .dynamic-right .hy-dynamic .col-8 p{
  font-size: 18px;
  color: #333;
  font-weight: 900;
  letter-spacing: 2px;
}
.dynamic .dynamic-right .hy-dynamic .col-9 p a,
.dynamic .dynamic-right .hy-dynamic .col-8 p a{
  text-decoration: none;
  color: #333;
}
.dynamic .dynamic-right .hy-dynamic li:hover .col-9 a,
.dynamic .dynamic-right .hy-dynamic li:hover .col-8 a{
  color: #1339a9;
}
.server-box {
  background: url(../../image/qyfw/qyfw-bk.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.server-box1 {
  background: url(../../image/qyfw/qyfw-phone.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.server-box .bigBox-content .row .col-noPD {
  padding: 0px 0px;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container {
  display: grid;
  grid-template-columns: auto;
  height: 100%;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 30px;
  position: relative;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container > div .item-img {
  width: 100%;
  height: 100%;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container > div .item-p {
  position: absolute;
  bottom: 25px;
  left: 35px;
  font-size: 18px;
  font-weight: 900;
  color: white;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container > div .item-p img {
  margin-right: 5px;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container > div .mask {
  position: absolute;
  background-color: rgba(18, 50, 146, 0.9);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.5s;
  color: white;
  text-align: left;
  padding: 0 0;
  overflow: hidden;
  padding: 0 20px;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container > div .mask .mask-p {
  font-size: 18px;
  font-weight: 900;
  margin: 30px 10px;
  position: relative;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container > div .mask .mask-p img {
  margin-right: 5px;
}
/*.server-box .bigBox-content .row .col-xl-6 .grid-container > div .mask .mask-p::after {*/
/*  display: block;*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 30px;*/
/*  height: 2px;*/
/*  background-color: #e83217;*/
/*  top: 40px;*/
/*  left: 1px;*/
/*}*/
.server-box .bigBox-content .row .col-xl-6 .grid-container > div .mask p {
  border: none;
  outline: none;
  font-size: 14px;
}
/*.server-box .bigBox-content .row .col-xl-6 .grid-container > div:hover .item-p {*/
/*  display: none;*/
/*}*/
.server-box .bigBox-content .row .col-xl-6 .grid-container > div:hover .mask {
  height: 100%;
  opacity: 1;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container .item1 {
  grid-column: 1 / span2;
  grid-row: 1;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 {
  height: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 30px;
  position: relative;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div .item-img {
  width: 100%;
  height: 100%;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div .item-p {
  position: absolute;
  bottom: 25px;
  left: 35px;
  font-size: 18px;
  font-weight: 900;
  color: white;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div .item-p img {
  margin-right: 5px;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div .mask {
  position: absolute;
  background-color: rgba(18, 50, 146, 0.9);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.5s;
  color: white;
  text-align: left;
  padding: 0 0;
  overflow: hidden;
  padding: 0 20px;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div .mask .mask-p {
  font-weight: 900;
  font-size: 18px;
  margin: 25px 0;
  position: relative;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div .mask .mask-p img {
  margin-right: 5px;
}
/*.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div .mask .mask-p::after {*/
/*  display: block;*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 30px;*/
/*  height: 2px;*/
/*  background-color: #e83217;*/
/*  top: 40px;*/
/*  left: 1px;*/
/*}*/
.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div .mask p {
  font-size: 14px;
}
/*.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div:hover .item-p {*/
/*  display: none;*/
/*}*/
.server-box .bigBox-content .row .col-xl-6 .grid-container1 > div:hover .mask {
  height: 100%;
  opacity: 1;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 .item1 {
  grid-column: 1 / span 2;
  grid-row: 1 / 4;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 .item2 {
  grid-column: 1 / 1;
  grid-row: 4 / 7;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 .item3,
.server-box .bigBox-content .row .col-xl-6 .grid-container1 .item4,
.server-box .bigBox-content .row .col-xl-6 .grid-container1 .item5 {
  grid-column: 2 / 2;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 .item3 {
  grid-row: 4/4;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 .item4 {
  grid-row: 5/5;
}
.server-box .bigBox-content .row .col-xl-6 .grid-container1 .item5 {
  grid-row: 6/6;
}
.header-fix {
  z-index: 99;
  width: 100%;
  position: absolute;
  top: 0;
  padding-bottom: 10px;
  transition: all 0.5s;
}
.investment-box {
  background: url(../../image/tzfw/tzfw-bk.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.investment-box1 {
  background: url(../../image/tzfw/tzfw-phone.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.investment-box .row .investment-p {
  color: #4e64b8;
  background-color: #d0d7ee;
  font-size: 12px;
  width: 35px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.investment-box .row .investment-2 {
  position: relative;
  text-align: center;
  margin: 15px;
  padding: 20px;
  background-color: white;
  max-width: 22.56%;
}
.investment-box .row .investment-2 .mask-p {
  margin: 30px 0 30px 0;
}
/*.investment-box .row .investment-2 .mask-button {*/
/*  position: absolute;*/
/*  bottom: 40px;*/
/*}*/
.investment-box .row .investment-2 img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.investment-box .row .investment-2 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 20px 0;
  font-size: 18px;
}
.investment-box .row .investment-2 .investment-cont {
  font-size: 14px;
  line-height: 21px;
  height: 84px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 5px;
}

.investment-box .row .investment-2:hover .mask {
  background: url(../../image/tzfw/cyjj-hover.jpg) no-repeat;
  height: 100%;
}
.investment-box .row .investment-4 {
  max-width: 48.25%;
  padding: 20px;
  background-color: white;
  display: flex;
  align-items: center;
  margin: 10px 10px;
}
.investment-box .row .investment-4 .mask-p {
  margin: 10px 0 !important;
}
.investment-box .row .investment-4 .img-hover {
  display: none;
}
.investment-box .row .investment-4:hover {
  color: white;
  background-color: #1339a9;
}
.investment-box .row .investment-4-phone:hover {
  color: black;
  background-color: white;
}
.investment-box .row .investment-4:hover .inv-img {
  display: none;
}
.investment-box .row .investment-4-phone:hover .inv-img {
  display: block !important;
}
.investment-box .row .investment-4:hover .img-hover {
  display: block;
}
.investment-box .row .investment-4 img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin-right: 25px;
}
.investment-box .row .investment-4 h3 {
  font-size: 18px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.investment-box .row .investment-4 .investment-cont {
  overflow: hidden;
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
}
.energy-box {
  background: url(../../image/xny/xny.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.energy-box1 {
  background: url(../../image/xny/xny-phone.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.energy-box .energy-content {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-bottom: 180px;
}
.energy-box .energy-card {
  transition: all 0.2s;
}
.energy-box .energy-card:nth-child(1),.energy-box .energy-card:nth-child(3) {
  border-right: 1px solid #dedede;
}
.energy-box .energy-card:nth-child(1),.energy-box .energy-card:nth-child(2) {
  border-bottom: 1px solid #dedede;
}
.energy-box .energy-card .mask-button--primary {
  width: 100px !important;
  height: 40px;
  font-size: 14px;
  border: 1px solid black;
  color: black;
  margin-top: 18px !important;
}
.energy-box .energy-card:hover {
  background-color: #1339a9;
  box-shadow: 0px 0px 10px 3px rgba(55, 99, 170, 0.9);
}
.energy-box .energy-card:hover .mask-card-img {
  top: 25px;
  right: 20px;
}
.energy-box .energy-card:hover .mask-card-img1 {
  top: 60px;
  right: 16px;
}
.energy-box .energy-card:hover .mask-card-title {
  font-size: 18px;
  font-weight: 900;
  color: white;
}
.energy-box .energy-card:hover .small-span{
  font-size: 14px;
  font-weight: 900;
  color: white;
}
.energy-box .energy-card:hover .mask-card-content {
  font-size: 14px;
  line-height: 21px;
  color: white;
}
.energy-box .energy-card:hover .mask-card-content .mask-button {
  width: 100px !important;
  height: 40px;
  font-size: 14px;
  display: block !important;
}
.energy-box .energy-card:hover .mask-card-content .mask-button a {
  color: #1339a9;
}
.energy-box .energy-card:hover .mask-card-content .mask-button--primary {
  background-color: white !important;
  color: black;
  border: 1px solid transparent;
}
.energy-box .energy-card:hover .mask-card-content .mask-button--primary:hover {
  color: #1339a9;
}
.industry-box .industry-main-box {
  /* 弹性布局 使页面元素水平+垂直居中 */
}
.industry-box .industry-main-box ul {
  display: flex;
  align-items: center;
  width: 1200px;
  /* 超出部分隐藏 */
  overflow: hidden;
  /* 过渡为0.3秒 */
  transition: all 0.3s;
}
.industry-box .industry-main-box ul li {
  /* 相对定位 */
  position: relative;
  float: left;
  list-style-type: none;
  width: calc(12.5%);
  height: 514px;
  /* 过渡为0.5秒 */
  transition: all 0.9s;
  color: white;
  margin: 0 5px;
  overflow: hidden;
}
.industry-box .industry-main-box ul li:hover .industry-img {
  transform: scale(1.5);
}

.industry-box .industry-main-box ul li .industry-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  transition: all 0.5s;
}
.industry-box .industry-main-box ul li p {
  margin: 0 16px;
}
.industry-box .industry-main-box ul li .industry-title {
  font-size: 18px;
  font-weight: 900;
  margin: 42px 0px 30px 20px;
}
.industry-box .industry-main-box ul li .industry-content {
  width: 110px;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  transition: width 0.5s;
  color: white;
}
.industry-box .industry-main-box ul li .industry-bottom {
  display: none;
}
.industry-box .industry-main-box ul li .industry-bottom h3 {
  font-weight: 900;
  font-size: 18px;
  margin: 50px 0 20px 30px;
}
.industry-box .industry-main-box ul li .industry-bottom img {
  margin: 0 0 50px 30px;
}
.industry-box .industry-main-box ul li .industry-bottom .industry-button {
  background-color: #1339a9;
  color: white;
  position: absolute;
  bottom: 40px;
}
.industry-box .industry-main-box ul .active0 {
  background: url(../../image/xny/szjc-bk.png) no-repeat 100% 100%;
  width: 600px;
  color: black;
}
.industry-box .industry-main-box ul .active0 .industry-content {
  width: 558px;
  color: #333;
}
.industry-box .industry-main-box ul .active0 .industry-bottom {
  display: block;
}
.industry-box .industry-main-box ul .active0 .industry-img {
  opacity: 0;
}
.industry-box .industry-main-box ul .active1 {
  background: url(../../image/hyfw/szjc-hover.jpg) no-repeat 100% 100%;
  width: 600px;
  color: black;
}
.industry-box .industry-main-box ul .active1 .industry-content {
  width: 558px;
  color: #333;
}
.industry-box .industry-main-box ul .active1 .industry-bottom {
  display: block;
}
.industry-box .industry-main-box ul .active1 .industry-img {
  opacity: 0;
}
.industry-box .industry-main-box ul .active2 {
  background: url(../../image/hyfw/djkcy-hover.jpg) no-repeat 100% 100%;
  width: 600px;
  color: black;
}
.industry-box .industry-main-box ul .active2 .industry-content {
  width: 558px;
  color: #333;
}
.industry-box .industry-main-box ul .active2 .industry-bottom {
  display: block;
}
.industry-box .industry-main-box ul .active2 .industry-img {
  opacity: 0;
}
.industry-box .industry-main-box ul .active3 {
  background: url(../../image/hyfw/gdzcy-hover.jpg) no-repeat 100% 100%;
  width: 600px;
  color: black;
}
.industry-box .industry-main-box ul .active3 .industry-content {
  width: 558px;
  color: #333;
}
.industry-box .industry-main-box ul .active3 .industry-bottom {
  display: block;
}
.industry-box .industry-main-box ul .active3 .industry-img {
  opacity: 0;
}
.industry-box .box ul li p {
  /* 绝对定位 */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  /* 文字遮罩层 */
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.customer-box {
  height: 730px;
  position: relative;
  background: url(../../image/dxkh/dxkh-bk.jpg) no-repeat center center;
  background-size: 100% 100%;
}
customer-box1 {
  background: none;
}
.customer-box .box {
  width: 1200px;
  height: auto;
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  margin: auto;
  padding-top: 120px;
}
.customer-box .box ul {
  width: 600px;
  height: auto;
  transform: rotate(45deg);
  position: relative;
  z-index: 1;
}
.customer-box .box ul li {
  width: 175px;
  height: 175px;
  opacity: 0.4;
  float: left;
  transform: rotate(-45deg);
  position: relative;
  margin: -50px -50px 0 0;
  border-radius: 50%;
  transition: all 0.4s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-box .box ul li .img-box {
  display: block;
  overflow: hidden;
  width: 115px;
  background: #fff;
  height: 115px;
  transform: rotate(45deg);
}
.customer-box .box ul li .img-box img {
  transform: rotate(-45deg);
  width: 70%;
  height: 70%;
  margin: 16px;
  object-fit: contain;
}
.customer-box .box ul li.active,
.customer-box .box ul li:hover {
  opacity: 1;
}

.customer-box .box ul li:nth-child(4n) {
  /*opacity: 1;*/
  margin-right: 0;
}
.customer-box .box ul li:nth-child(-n+4) {
 /* opacity: 1;*/
  margin-top: 0;
}
.customer-box .box ul.left {
  margin-left: -30px;
}
.customer-box .box ul.right {
  margin-right: -67px;
}
.customer-box .box ul.center {
  width: 120px;
  position: absolute;
  top: 174px;
  left: 0;
  right: 37px;
  margin: auto;
}
.customer-box .box ul.center li {
  margin: 0;
}
.customer-box .box:after {
  content: "";
  width: 482px;
  height: 287px;
  background: url("../../image/dxkh/friend-box-icon.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  margin: auto;
}
.customer-box .commonBtn {
  width: 170px;
  height: 40px;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #333333;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 99;
  margin: auto;
  cursor: pointer;
  text-decoration: none;
}
.footer-box {
  background-color: #1e1b2e;
  overflow: hidden;
  padding-bottom: 20px;
}
.footer-box .footer-top {
  margin-top: 50px;
  color: #777777;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #505050;
}
.footer-box .footer-top .col-2 h5,
.footer-box .footer-top .col-3 h5{
  margin-bottom: 30px;
  color: #dedede;
  font-size: 16px;
}
.footer-box .footer-top .col-2 ul li,
.footer-box .footer-top .col-3 ul li{
  cursor: pointer;
}
.footer-box .footer-top .col-2 ul li a,
.footer-box .footer-top .col-3 ul li a{
  color: #999;
  text-decoration: none;
}
.footer-box .footer-top .col-2 ul li:hover a,
.footer-box .footer-top .col-3 ul li:hover a{
  color: white;
}
.footer-box .footer-top .col-4 .list,
.footer-box .footer-top .col-12 .list{
  font-size: 13px;
  height: 35px;
  line-height: 33px;
  vertical-align: middle;
  background: #373737;
  border: 1px solid #505050;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #999;
  text-align: left;
}
.footer-box .footer-top .col-4 .list .entlist,
.footer-box .footer-top .col-12 .list .entlist{
  width: 100%;
  height: 0;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background: #373737;
  overflow: auto;
  transition: height 0.5s;
}
.footer-box .footer-top .col-4 .list .entlist li:hover,
.footer-box .footer-top .col-12 .list .entlist li:hover{
  background-color: #eee;
}
.footer-box .footer-top .col-4 .list .entlist li a,
.footer-box .footer-top .col-12 .list .entlist li a{
  margin-left: 20px;
  font-size: 13px;
  color: #999;
  text-decoration: none;
}
.footer-box .footer-top .col-4 .list:hover .entlist,
.footer-box .footer-top .col-12 .list:hover .entlist{
  height: 220px;
}
.footer-box .footer-top .col-4 h5,
.footer-box .footer-top .col-12 h5{
  font-size: 16px;
  color: white;
  line-height: 56px;
  text-align: left;
  margin: 34px 0 0 0;
}
.footer-box .footer-top .col-4 p,
.footer-box .footer-top .col-12 p{
  text-align: left;
  margin-bottom: 15px;
}
.footer-box .footer-top .col-4 .footer-ewm,
.footer-box .footer-top .col-12 .footer-ewm{
  text-align: left;
}
.footer-box .footer-top .col-4 .footer-phone,
.footer-box .footer-top .col-12 .footer-phone{
  /*margin-top: 34px;*/
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
.footer-box .footer-top .col-4 .footer-phone span,
.footer-box .footer-top .col-12 .footer-phone span{
  margin-left: 10px;
  font-size: 22px;
  color: #e83217;
}
.footer-box .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.footer-box .footer-bottom img {
  margin-right: 20px;
}
.footer-box .footer-bottom p {
  color: #999999;
  font-size: 12px;
  line-height: 27px;
}
.mask {
  position: absolute;
  background-color: rgba(18, 50, 146, 0.9);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.5s;
  color: white;
  text-align: left;
  padding: 0 0;
  overflow: hidden;
  padding: 0 20px;
}
.mask .mask-p {
  font-size: 20px;
  margin: 30px 0;
  position: relative;
}
.mask .mask-p img {
  margin-right: 5px;
}
/*.mask .mask-p::after {*/
/*  display: block;*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 30px;*/
/*  height: 2px;*/
/*  background-color: #e83217;*/
/*  top: 40px;*/
/*  left: 1px;*/
/*}*/
.mask p {
  font-size: 14px;
}
.left-button {
  position: fixed;
  right: 0;
  top: 50%;
  text-align: center;
  line-height: 40px;
  z-index: 999;
}
.left-button .phone-button1:hover {
  background-color: white !important;
}
.left-button .phone-button {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: -5px 8px 16px 0 rgba(55, 99, 170, 0.1);
}
.left-button .phone-button:hover {
  box-shadow: -5px 14px 20px 0 rgba(55, 99, 170, 0.5);
}
.left-button .phone-button .phone-img-hover {
  position: absolute;
  left: 11px;
  top: 10px;
  display: none;
}
.left-button .phone-button .gz-phone {
  height: 0;
  position: absolute;
  right: 46px;
  transition: all 0.5s;

}
.left-button .phone-button:hover {
  background-color: #1339a9;
}
.left-button .phone-button:hover .phone-img {
  display: none;
}
.left-button .phone-button:hover .phone-img-hover {
  display: block;
}
.left-button .phone-button:hover .gz-phone {
  height: 229px;
}
.left-button img {
  cursor: pointer;
}
.industry-box1 .bigBox-content .industry-main-box ul {
  flex-direction: column;
  width: 100%;
}
.industry-box1 .bigBox-content .industry-main-box ul li {
  margin-bottom: 10px;
  width: 100%;
  height: 150px;
}
.industry-box1 .bigBox-content .industry-main-box ul li .industry-title {
  margin: 20px 20px;
  font-size: 20px;
}
.industry-box1 .bigBox-content .industry-main-box ul li .industry-content {
  width: 270px;
}
/*@media*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .container {
    width: 100%;
  }
  .col-10,
  .col-20,
  .col-30,
  .col-40,
  .col-50,
  .col-60,
  .col-70,
  .col-80,
  .col-90,
  .col-100,
  .col-25,
  .col-33,
  .col-75 {
    width: 100%;
  }
  .panel {
    border: 0px;
  }
  .media-body,
  .media-left,
  .media-right {
    padding: 0px;
    display: table;
    width: 100%;
  }
  .media-object {
    width: 100%;
  }
  .media-body {
    padding: 20px;
  }
  .media-heading {
    font-size: 20px;
  }
  .form-inline-box,
  .form-inline-box .form-input,
  .form-group .form-label,
  .form-input-block {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: left;
  }
  .form-input {
    background-color: #efefef;
    width: 100%;
  }
  .form-group .form-label {
    height: 34px;
    line-height: 34px;
  }
  .form-group {
    padding: 0px;
    margin: 0px;
  }
  .form-submit {
    margin: 20px 0px;
    text-align: center;
  }
  .article-content img {
    max-width: 95%;
    clear: both;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
/*濯掍綋鏌ヨ*/
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .text-center-xs {
    text-align: center;
  }
  .col-xs-10 {
    width: 10%;
  }
  .col-xs-20 {
    width: 20%;
  }
  .col-xs-30 {
    width: 30%;
  }
  .col-xs-40 {
    width: 40%;
  }
  .col-xs-50 {
    width: 50%;
  }
  .col-xs-60 {
    width: 60%;
  }
  .col-xs-70 {
    width: 70%;
  }
  .col-xs-80 {
    width: 80%;
  }
  .col-xs-90 {
    width: 90%;
  }
  .col-xs-100 {
    width: 100%;
  }
  .col-xs-25 {
    width: 25%;
  }
  .col-xs-33 {
    width: 33.333%;
  }
  .col-xs-75 {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .container {
    width: 750px;
  }
  .col-md-10 {
    width: 10%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-30 {
    width: 30%;
  }
  .col-md-40 {
    width: 40%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-60 {
    width: 60%;
  }
  .col-md-70 {
    width: 70%;
  }
  .col-md-80 {
    width: 80%;
  }
  .col-md-90 {
    width: 90%;
  }
  .col-md-100 {
    width: 100%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-33 {
    width: 33.333%;
  }
  .col-md-75 {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .container {
    width: 1200px;
  }
}
.text-over-show .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  max-height: 170px;
}
.text-over-show.show .content {
  overflow: visible;
  max-height: none;
  display: block;
}
.text-over-show .text-btn {
  text-align: right;
}
.text-over-show .text-btn a {
  color: #333333;
  text-decoration: none;
}
.text-over-show .show-btn,
.text-over-show.show .hide-btn {
  display: initial;
}
.text-over-show.show .show-btn,
.text-over-show .hide-btn {
  display: none;
}
.ti2 p,
.ti2p {
  text-indent: 30px;
}